- glBlendFunc
void glBlendFunc(BlendFactors sfactor, BlendFactors dfactor)
Undocumented in source. Be warned that the author may not have intended to support it.
- glBlendFunci
void glBlendFunci(uint buf, BlendFactors sfactor, BlendFactors dfactor)
Undocumented in source. Be warned that the author may not have intended to support it.
- glClear
void glClear(bool buffer, bool depth, bool stencil)
Undocumented in source. Be warned that the author may not have intended to support it.
- glClearDepth
void glClearDepth(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- glClearDepth
void glClearDepth(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
- glColorMask
void glColorMask(bool red, bool green, bool blue, bool alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
- glColorMask
void glColorMask(uint buf, bool red, bool green, bool blue, bool alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
- glCullFace
void glCullFace(Face face)
Undocumented in source. Be warned that the author may not have intended to support it.
- glDepthFunc
void glDepthFunc(LogicalComparison func)
Undocumented in source. Be warned that the author may not have intended to support it.
- glDepthRange
void glDepthRange(float nearVal, float farVal)
Undocumented in source.
- glDisable
void glDisable(EnableFunc func)
Undocumented in source. Be warned that the author may not have intended to support it.
- glDrawBuffer
void glDrawBuffer(DrawBufferType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- glEnable
void glEnable(EnableFunc func)
Undocumented in source. Be warned that the author may not have intended to support it.
- glFrontFace
void glFrontFace(ClockOrientation orientation)
Undocumented in source. Be warned that the author may not have intended to support it.
- glGetBoolean
bool glGetBoolean(GetValueNames pname)
Undocumented in source. Be warned that the author may not have intended to support it.
- glGetBoolean
float glGetBoolean(GetValueNames pname)
Undocumented in source. Be warned that the author may not have intended to support it.
- glGetDouble
double glGetDouble(GetValueNames pname)
Undocumented in source. Be warned that the author may not have intended to support it.
- glGetError
ErrorTypes glGetError()
Undocumented in source. Be warned that the author may not have intended to support it.
- glGetInteger
int glGetInteger(GetValueNames pname)
Undocumented in source. Be warned that the author may not have intended to support it.
- glGetString
string glGetString(GetStringNames name)
Undocumented in source. Be warned that the author may not have intended to support it.
- glGetTexLevelParameterFloat
float[] glGetTexLevelParameterFloat(GetTargetTexture target, int level, GetTextureParameter pname)
Undocumented in source. Be warned that the author may not have intended to support it.
- glGetTexLevelParameterInteger
int[] glGetTexLevelParameterInteger(GetTargetTexture target, int level, GetTextureParameter pname)
Undocumented in source. Be warned that the author may not have intended to support it.
- glGetTexParameterFloat
float[] glGetTexParameterFloat(GetTargetTexture target, GetTargetTextureParameter pname)
Undocumented in source. Be warned that the author may not have intended to support it.
- glGetTexParameterInteger
int[] glGetTexParameterInteger(GetTargetTexture target, GetTargetTextureParameter pname)
Undocumented in source. Be warned that the author may not have intended to support it.
- glHint
void glHint(HintMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- glIsEnabled
bool glIsEnabled(Capabilities cap)
Undocumented in source. Be warned that the author may not have intended to support it.
- glLogicOp
void glLogicOp(LogicOperators op)
Undocumented in source. Be warned that the author may not have intended to support it.
- glPixelStore
void glPixelStore(PixelStoreMode pname, float param)
Undocumented in source. Be warned that the author may not have intended to support it.
- glPixelStore
void glPixelStore(PixelStoreMode pname, int param)
Undocumented in source. Be warned that the author may not have intended to support it.
- glPolygonMode
void glPolygonMode(Face face, PolygonMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- glReadBuffer
void glReadBuffer(ColorBufferSource mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- glReadPixels
void[] glReadPixels(int x, int y, int width, int height, ReadBlockPixelsFormat format, ReadBlockPixelsType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- glStencilFunc
void glStencilFunc(LogicalComparison func, int ref_, uint mask)
Undocumented in source. Be warned that the author may not have intended to support it.
- glStencilOp
void glStencilOp(StencilOperators sfail, StencilOperators dpfail, StencilOperators dppass)
Undocumented in source. Be warned that the author may not have intended to support it.
- glTexImage
void glTexImage(TextureImage1D target, int level, InternalFormat internalFormat, int width, int border, PixelFormat format, PixelDataType type, void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- glTexImage
void glTexImage(TextureImage2D target, int level, InternalFormat internalFormat, int width, int height, int border, PixelFormat format, PixelDataType type, void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- glTexImage2D
void glTexImage2D(BindTextureTarget target, int level, InternalFormat internalFormat, int width, int height, PixelFormat format, PixelDataType type, void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- glTexParameter
void glTexParameter(TextureParameterTarget target, TextureParameterName pname, float param)
Undocumented in source. Be warned that the author may not have intended to support it.
- glTexParameter
void glTexParameter(TextureParameterTarget target, TextureParameterName pname, int param)
Undocumented in source. Be warned that the author may not have intended to support it.
- glTexParameter
void glTexParameter(TextureParameterTarget target, TextureParameterName pname, float[] param)
Undocumented in source. Be warned that the author may not have intended to support it.
- glTexParameter
void glTexParameter(TextureParameterTarget target, TextureParameterName pname, int[] param)
Undocumented in source. Be warned that the author may not have intended to support it.
- glTexParameterI
void glTexParameterI(TextureParameterTarget target, TextureParameterName pname, int[] param)
Undocumented in source. Be warned that the author may not have intended to support it.
- glTexParameterI
void glTexParameterI(TextureParameterTarget target, TextureParameterName pname, uint[] param)
Undocumented in source. Be warned that the author may not have intended to support it.